home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / statp101.arc / INSTALL.BAT next >
DOS Batch File  |  1991-02-17  |  241b  |  12 lines

  1. @echo off
  2. if exist %1\statphys\nul goto error
  3. md %1\statphys
  4. cd %1\statphys
  5. copy statphys.exe %1\statphys
  6. copy statphys.hlp %1\statphys
  7. copy readme %1\statphys
  8. goto ready
  9. :error
  10. echo Directory %1\STATPHYS exists already...
  11. :ready
  12.